@extends('admin::curd.index') @section('heading') {!! trans('store::substore.name') !!} {!! trans('cms.manage') !!} {!! trans('store::substore.names') !!} @stop @section('title') {!! trans('store::substore.names') !!} @stop @section('breadcrumb') @stop @section('entry')
@stop @section('tools') @stop @section('content')
{!! trans('store::substore.label.store_id')!!} {!! trans('store::substore.label.name')!!} {!! trans('store::substore.label.code')!!} {!! trans('store::substore.label.address')!!} {!! trans('store::substore.label.phone')!!} {!! trans('store::substore.label.email')!!} {!! trans('store::substore.label.status')!!}
{!! Form::numeric('search[store_id]')->raw()!!} {!! Form::text('search[name]')->raw()!!} {!! Form::text('search[code]')->raw()!!} {!! Form::text('search[address]')->raw()!!} {!! Form::text('search[phone]')->raw()!!} {!! Form::text('search[email]')->raw()!!} {!! Form::select('search[status]')->raw()!!}
@stop @section('script') @stop @section('style') @stop